runtime.linknameIter.it (field)
12 uses
runtime (current package)
linkname_shim.go#L67: it *maps.Iter
linkname_shim.go#L96: it.it = new(maps.Iter)
linkname_shim.go#L97: it.it.Init(t, m)
linkname_shim.go#L98: it.it.Next()
linkname_shim.go#L100: it.key = it.it.Key()
linkname_shim.go#L101: it.elem = it.it.Elem()
linkname_shim.go#L144: racereadpc(unsafe.Pointer(it.it.Map()), callerpc, abi.FuncPCABIInternal(mapiternext))
linkname_shim.go#L147: it.it.Next()
linkname_shim.go#L149: it.key = it.it.Key()
linkname_shim.go#L150: it.elem = it.it.Elem()
linkname_shim.go#L189: return it.it.Key()
linkname_shim.go#L207: return it.it.Elem()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |